unsupervised search - traduzione in olandese
DICLIB.COM
Strumenti linguistici IA
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:     

Traduzione e analisi delle parole da parte dell'intelligenza artificiale

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

unsupervised search - traduzione in olandese

MACHINE LEARNING TECHNIQUE
Unsupervised approach; Unsupervised classification; Unsupervised machine learning; Self-taught AI; Self-taught artificial intelligence; Algorithms for unsupervised learning
  • Restricted Boltzmann Machine.  This is a Boltzmann machine where lateral connections within a layer are prohibited to make analysis tractable.
  •  This network has multiple RBM's to encode a hierarchy of hidden features.  After a single RBM is trained, another blue hidden layer (see left RBM) is added, and the top 2 layers are trained as a red & blue RBM.  Thus the middle layers of an RBM acts as hidden or visible, depending on the training phase it's in.
  • Tendency for a task to employ supervised vs. unsupervised methods. Task names straddling circle boundaries is intentional. It shows that the classical division of imaginative tasks (left) employing unsupervised methods is blurred in today's learning schemes.

unsupervised search      
zoeken zonder begeleiding
search engine         
  • High-level architecture of a standard Web crawler
SOFTWARE SYSTEM THAT IS DESIGNED TO SEARCH FOR INFORMATION ON THE WORLD WIDE WEB
Search Engine; Search engines; Search machine; Web Search Engines; Open-source search engines; Searchengine; Web search; Search criteria; Searching for key words; Search Engines; Search utility; Web site submission; Internet search; Search feature; Web search engines; Web search sites; Web searching; Results set; Search Results; Search engine submission; Search service; Lumrix; Search egine; Websearch; Search engine submission software; Internet search engine; Data search engine; Search ingine; Search engine (version 2); Internet search engines; Serach Engine; Hyperbrowser searching; Searching website; Search website; Search engine computing; Movie quotes search engine; Search engine market share; Search Street; Game Search Engine; Search the web; Open-source search engine; Niche Search Engine; Usage share of web search engines; Wsearch.php; Search market; History of web search engines; Search-engine; List of search engines by popularity; Faith-based search engines; Most popular Internet search engines; Most popular search engines; Biased search engines; Biased search results; Islamic search engines; Christian search engines; Search portal; Search engine bias; Bias in search engines; Google Search bias; Search bias; Misleading search results; Political bias in search engines; Political bias in search results; History of search engines; Web search engine; Customized search results; Searchable; Boolean search engine
zoekmachine, zoek mechanisme, mechanisme op het internet die het mogelijk maakt om bepaalde informatie te zoeken
binary search         
  • Binary search can be adapted to compute approximate matches. In the example above, the rank, predecessor, successor, and nearest neighbor are shown for the target value <math>5</math>, which is not in the array.
  • binary-search
  • The worst case is reached when the search reaches the deepest level of the tree, while the best case is reached when the target value is the middle element.
  • tree]] representing binary search. The array being searched here is <math>[20, 30, 40, 50, 80, 90, 100]</math>, and the target value is <math>40</math>.
  • [[Binary search tree]]s are searched using an algorithm similar to binary search.
  • Visualization of [[exponential search]]ing finding the upper bound for the subsequent binary search
  • In [[fractional cascading]], each array has pointers to every second element of another array, so only one binary search has to be performed to search all the arrays.
  • Visualization of [[interpolation search]] using linear interpolation. In this case, no searching is needed because the estimate of the target's location within the array is correct. Other implementations may specify another function for estimating the target's location.
  • In noisy binary search, there is a certain probability that a comparison is incorrect.
  • [[Uniform binary search]] stores the difference between the current and the two next possible middle elements instead of specific bounds.
SEARCH ALGORITHM IN SORTED LISTS THAT OPERATES BY DECREASING THE SEARCH SPACE BY HALF EACH PASS
Binary chop; Binary search; Bsearch; Binary Search; Half-interval search; Half-interval search method; Half interval search method
binair (dubbel) zoeken, zoeken van de leeuw in de woestijn (zoeken door verkleining van de ruimte, bij elke filtratie twee keer zoveel)

Definizione

strip-search
¦ verb search (someone) for concealed drugs, weapons, or other items, by stripping off their clothes.
¦ noun an act of strip-searching.

Wikipedia

Unsupervised learning

Unsupervised learning is a type of algorithm that learns patterns from untagged data. The goal is that through mimicry, which is an important mode of learning in people, the machine is forced to build a concise representation of its world and then generate imaginative content from it.

In contrast to supervised learning where data is tagged by an expert, e.g. tagged as a "ball" or "fish", unsupervised methods exhibit self-organization that captures patterns as probability densities or a combination of neural feature preferences encoded in the machine's weights and activations. The other levels in the supervision spectrum are reinforcement learning where the machine is given only a numerical performance score as guidance, and semi-supervised learning where a small portion of the data is tagged.